From 40f9e3998204f603775eda06b51c5f4d264c8a02 Mon Sep 17 00:00:00 2001 From: Factiven Date: Thu, 18 May 2023 12:12:44 +0700 Subject: Update [param].js --- pages/search/[param].js | 162 ++++++++++++++++++++++++++---------------------- 1 file changed, 89 insertions(+), 73 deletions(-) (limited to 'pages/search/[param].js') diff --git a/pages/search/[param].js b/pages/search/[param].js index 96d6671..130ca03 100644 --- a/pages/search/[param].js +++ b/pages/search/[param].js @@ -10,6 +10,7 @@ import Footer from "../../components/footer"; import { useAniList } from "../../lib/useAnilist"; import Image from "next/image"; +import { ChevronDownIcon } from "@heroicons/react/24/outline"; const genre = [ "Action", @@ -224,17 +225,20 @@ export default function Card() {

TYPE

- +
+ + +
{/* SORT */} @@ -242,20 +246,23 @@ export default function Card() {

SORT

- +
+ + +
{/* OPTIONS */} @@ -317,65 +324,74 @@ export default function Card() {

GENRE

- +
+ + +

TYPE

- +
+ + +

SORT

- +
+ + +
)} -- cgit v1.2.3